home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / PAM.bundle / English.lproj / PAM.nib / data.classes next >
Text File  |  1994-12-14  |  761b  |  54 lines

  1. MailMergeClient = {
  2.     ACTIONS = {
  3.     cancelMerge:;
  4.     doMerge:;
  5.     pauseResumeMerge:;
  6.     setManual:;
  7.     showMailMergePanel:;
  8.     setDestination:;
  9.     addressSelected:;
  10.     };
  11.     OUTLETS = {
  12.     nameFieldBrowser;
  13.     nameTextField;
  14.     fromRecField;
  15.     mergeButton;
  16.     documentTextField;
  17.     appDelegate;
  18.     selectRecTitle;
  19.     mailMergeServer;
  20.     mergeStatusMsg;
  21.     skipBlanks;
  22.     toRecField;
  23.     nameTitle;
  24.     recordsMatrix;
  25.     addrFieldBrowser;
  26.     formatButton;
  27.     processGauge;
  28.     destLocation;
  29.     cancelButton;
  30.     msgTable;
  31.     processTitle;
  32.     addressTextField;
  33.     pam;
  34.     destMatrix;
  35.     addressTitle;
  36.     mergeDoc;
  37.     mergePanel;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. PAM = {
  42.     ACTIONS = {
  43.     };
  44.     OUTLETS = {
  45.     msgTable;
  46.     };
  47.     SUPERCLASS = Object;
  48. };
  49. FirstResponder = {
  50.     ACTIONS = {
  51.     };
  52.     SUPERCLASS = Object;
  53. };
  54.